compress/zlib.reader.r (field)
9 uses
compress/zlib (current package)
reader.go#L51: r flate.Reader
reader.go#L106: if _, err := io.ReadFull(z.r, z.scratch[0:4]); err != nil {
reader.go#L136: z.r = fr
reader.go#L138: z.r = bufio.NewReader(r)
reader.go#L142: _, z.err = io.ReadFull(z.r, z.scratch[0:2])
reader.go#L156: _, z.err = io.ReadFull(z.r, z.scratch[0:4])
reader.go#L172: z.decompressor = flate.NewReaderDict(z.r, dict)
reader.go#L174: z.decompressor = flate.NewReader(z.r)
reader.go#L177: z.decompressor.(flate.Resetter).Reset(z.r, dict)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |